home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TGROUPPROPFORM / TGROUPPROPFORM.txt
Encoding:
Text File  |  1999-05-28  |  2.9 KB  |  156 lines

  1. object GroupPropForm: TGroupPropForm
  2.   Left = 276
  3.   Top = 167
  4.   HelpContext = 1541
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Group Properties'
  8.   ClientHeight = 316
  9.   ClientWidth = 467
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 31
  21.     Width = 467
  22.     Height = 2
  23.   end
  24.   object Label1: TLabel
  25.     Left = 12
  26.     Top = 9
  27.     Width = 60
  28.     Height = 13
  29.     Caption = 'Group Name'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 279
  33.     Top = 40
  34.     Width = 43
  35.     Height = 13
  36.     Caption = 'Members'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 6
  40.     Top = 40
  41.     Width = 43
  42.     Height = 13
  43.     Caption = 'Available'
  44.   end
  45.   object btnAdd: TBitBtn
  46.     Left = 196
  47.     Top = 104
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Add >'
  51.     TabOrder = 1
  52.     OnClick = btnAddClick
  53.     Layout = blGlyphTop
  54.   end
  55.   object btnAddAll: TBitBtn
  56.     Left = 196
  57.     Top = 136
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'A&dd All >>'
  61.     TabOrder = 2
  62.     OnClick = btnAddAllClick
  63.     Layout = blGlyphTop
  64.   end
  65.   object btnRemove: TBitBtn
  66.     Left = 196
  67.     Top = 168
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '< &Remove'
  71.     TabOrder = 3
  72.     OnClick = btnRemoveClick
  73.     Layout = blGlyphTop
  74.   end
  75.   object btnRemoveAll: TBitBtn
  76.     Left = 196
  77.     Top = 200
  78.     Width = 75
  79.     Height = 25
  80.     Caption = '<<R&emove All'
  81.     TabOrder = 4
  82.     OnClick = btnRemoveAllClick
  83.     Layout = blGlyphTop
  84.   end
  85.   object OKButton: TButton
  86.     Left = 304
  87.     Top = 288
  88.     Width = 75
  89.     Height = 25
  90.     Caption = '&OK'
  91.     Default = True
  92.     TabOrder = 5
  93.     OnClick = OKButtonClick
  94.   end
  95.   object CancelButton: TButton
  96.     Left = 384
  97.     Top = 288
  98.     Width = 75
  99.     Height = 25
  100.     Cancel = True
  101.     Caption = '&Cancel'
  102.     TabOrder = 8
  103.     OnClick = CancelButtonClick
  104.   end
  105.   object lvSelect: TListView
  106.     Left = 2
  107.     Top = 56
  108.     Width = 188
  109.     Height = 229
  110.     OnDblClick = lvSelectDblClick
  111.     Columns = <
  112.       item
  113.         Caption = 'Address'
  114.         Width = 184
  115.       end>
  116.     ReadOnly = True
  117.     HideSelection = False
  118.     MultiSelect = True
  119.     RowSelect = True
  120.     ShowColumnHeaders = False
  121.     SortType = stText
  122.     TabOrder = 6
  123.     ViewStyle = vsReport
  124.     SmallImages = ImagesForm.TMImages
  125.   end
  126.   object lvMembers: TListView
  127.     Left = 277
  128.     Top = 56
  129.     Width = 188
  130.     Height = 227
  131.     OnDblClick = lvMembersDblClick
  132.     Columns = <
  133.       item
  134.         Caption = 'Members'
  135.         Width = 184
  136.       end>
  137.     ReadOnly = True
  138.     HideSelection = False
  139.     MultiSelect = True
  140.     RowSelect = True
  141.     ShowColumnHeaders = False
  142.     SortType = stText
  143.     TabOrder = 7
  144.     ViewStyle = vsReport
  145.     SmallImages = ImagesForm.TMImages
  146.   end
  147.   object edtGroupName: TEdit
  148.     Left = 79
  149.     Top = 6
  150.     Width = 385
  151.     Height = 21
  152.     TabOrder = 0
  153.     Text = 'edtGroupName'
  154.   end
  155. end
  156.